home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 103 / MacAddict_103_2005-03.iso / Software / Internet & Communication / Adium X 0.73.dmg / Adium.app / Contents / Resources / ContactInfoWindow.nib / classes.nib next >
Encoding:
Text File  |  2004-12-26  |  3.0 KB  |  77 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             CLASS = AIAbstractListWindowController; 
  5.             LANGUAGE = ObjC; 
  6.             OUTLETS = {
  7.                 contactListView = AIMultiCellOutlineView; 
  8.                 "scrollView_contactList" = AIAutoScrollView; 
  9.             }; 
  10.             SUPERCLASS = AIWindowController; 
  11.         }, 
  12.         {
  13.             CLASS = AIAlternatingRowOutlineView; 
  14.             LANGUAGE = ObjC; 
  15.             OUTLETS = {lastSelectedRowIndexes = id; }; 
  16.             SUPERCLASS = AIOutlineView; 
  17.         }, 
  18.         {
  19.             CLASS = AIAlternatingRowTableView; 
  20.             LANGUAGE = ObjC; 
  21.             SUPERCLASS = NSTableView; 
  22.         }, 
  23.         {CLASS = AIAutoScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; }, 
  24.         {
  25.             ACTIONS = {addContact = id; closeWindow = id; removeContact = id; }; 
  26.             CLASS = AIContactInfoWindowController; 
  27.             LANGUAGE = ObjC; 
  28.             OUTLETS = {
  29.                 "button_addContact" = NSButton; 
  30.                 "button_removeContact" = NSButton; 
  31.                 contactListView = AIListOutlineView; 
  32.                 "drawer_metaContact" = NSDrawer; 
  33.                 "imageView_userIcon" = ESImageViewWithImagePicker; 
  34.                 "scrollView_contactList" = AIAutoScrollView; 
  35.                 "tabView_category" = NSTabView; 
  36.                 "textField_accountName" = NSTextField; 
  37.                 "textField_service" = NSTextField; 
  38.                 "view_Accounts" = AIModularPaneCategoryView; 
  39.                 "view_Alerts" = AIModularPaneCategoryView; 
  40.                 "view_Profile" = AIModularPaneCategoryView; 
  41.                 "view_Settings" = AIModularPaneCategoryView; 
  42.             }; 
  43.             SUPERCLASS = AIWindowController; 
  44.         }, 
  45.         {
  46.             CLASS = AIListOutlineView; 
  47.             LANGUAGE = ObjC; 
  48.             SUPERCLASS = AIMultiCellOutlineView; 
  49.         }, 
  50.         {CLASS = AIModularPaneCategoryView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  51.         {
  52.             CLASS = AIMultiCellOutlineView; 
  53.             LANGUAGE = ObjC; 
  54.             OUTLETS = {contentCell = id; groupCell = id; }; 
  55.             SUPERCLASS = AIAlternatingRowOutlineView; 
  56.         }, 
  57.         {CLASS = AIOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; }, 
  58.         {CLASS = AIPlasticButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  59.         {CLASS = AIPlasticMinusButton; LANGUAGE = ObjC; SUPERCLASS = AIPlasticButton; }, 
  60.         {CLASS = AIPlasticPlusButton; LANGUAGE = ObjC; SUPERCLASS = AIPlasticButton; }, 
  61.         {CLASS = AIToolbarTabView; LANGUAGE = ObjC; SUPERCLASS = NSTabView; }, 
  62.         {
  63.             CLASS = AIWindowController; 
  64.             LANGUAGE = ObjC; 
  65.             SUPERCLASS = NSWindowController; 
  66.         }, 
  67.         {
  68.             CLASS = ESImageViewWithImagePicker; 
  69.             LANGUAGE = ObjC; 
  70.             OUTLETS = {delegate = id; }; 
  71.             SUPERCLASS = NSImageView; 
  72.         }, 
  73.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  74.         {CLASS = NSObject; LANGUAGE = ObjC; }
  75.     ); 
  76.     IBVersion = 1; 
  77. }